home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE6
/
PD
/
PDF
/
xpdf
/
Makefile
Wrap
Makefile
|
2003-02-24
|
38KB
|
1,327 lines
#--------------------------------------------------------------------------
#
# Copyright (c) 2002, Colin Granville
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
# conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials
# provided with the distribution.
#
# * The name Colin Granville may not be used to endorse or promote
# products derived from this software without specific prior
# written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
#--------------------------------------------------------------------------
#xpdf
GOO_PATH = xpdf.goo
XPDF_PATH = xpdf.xpdf
I_PATH = @,$(GOO_PATH),$(XPDF_PATH),C:,TCPIPLibs:
C++flags = -c -depend !Depend -I$(I_PATH) -W -throwback -DACORN
CCflags = -c -depend !Depend -I$(I_PATH) -W -throwback -DACORN
Linkflags = -aif -c++ -rescan -o $@
LibFileflags = -c -o $@
VPATH = $(GOO_PATH) $(XPDF_PATH)
LIB_OBJECTS = c:o.c++lib c:o.stubs
GOO_OBJECTS = o.GHash o.GList o.GString o.gmempp o.gfile o.gmem o.parseargs
XPDF_OBJECTS = o.Annot o.Array o.Catalog o.Decrypt o.Dict o.Error\
o.Gfx o.GfxFont o.GfxState o.ImageOutputDev o.Lexer o.Link o.Fontfile\
o.Object o.OutputDev o.Page o.Parser o.PDFDoc o.PSOutputDev o.PSTokenizer o.Stream \
o.TextOutputDev o.XRef o.BuiltinFont o.BuiltinFontTables o.CharCodeToUnicode o.CMap \
o.FontEncodingTables o.Function o.GlobalParams o.NameToCharCode o.UnicodeMap \
o.JBIG2Stream
.PHONY: all
all: @.o.xpdflib @.pdffonts @.pdfinfo @.pdftops @.pdftotext
@.o.xpdflib: $(GOO_OBJECTS) $(XPDF_OBJECTS)
libfile $(Libfileflags) $(GOO_OBJECTS) $(XPDF_OBJECTS)
@.pdffonts: @.o.xpdflib o.pdffonts
link $(Linkflags) @.o.xpdflib o.pdffonts $(LIB_OBJECTS)
@.pdfinfo: @.o.xpdflib o.pdfinfo
link $(Linkflags) @.o.xpdflib o.pdfinfo $(LIB_OBJECTS)
@.pdftops: @.o.xpdflib o.pdftops
link $(Linkflags) @.o.xpdflib o.pdftops $(LIB_OBJECTS)
@.pdftotext: @.o.xpdflib o.pdftotext
link $(Linkflags) @.o.xpdflib o.pdftotext $(LIB_OBJECTS)
.PHONY: clean
clean:
-wipe @.o.* ~cf~v
remove pdffonts
remove pdfinfo
remove pdftops
remove pdftotext
# Default rules
.SUFFIXES: .o .s .c .c++
.s.o:; objasm $(ObjAsmflags) -from $< -to $@
.c.o:; cc $(CCflags) -o $@ $<
.c++.o:; c++ $(C++flags) -o $@ $<
# Dynamic dependencies:
o.gfile: c++.gfile
o.gfile: @.h.aconf
o.gfile: xpdf.goo.h.GString
o.gfile: @.h.aconf
o.gfile: h.gfile
o.gfile: xpdf.goo.h.gtypes
o.Parser: xpdf.xpdf.c++.Parser
o.Parser: @.h.aconf
o.Parser: xpdf.xpdf.h.Object
o.Parser: @.h.aconf
o.Parser: xpdf.goo.h.gtypes
o.Parser: xpdf.goo.h.gmem
o.Parser: xpdf.goo.h.GString
o.Parser: @.h.aconf
o.Parser: xpdf.xpdf.h.Array
o.Parser: @.h.aconf
o.Parser: xpdf.xpdf.h.Object
o.Parser: xpdf.xpdf.h.Dict
o.Parser: @.h.aconf
o.Parser: xpdf.xpdf.h.Object
o.Parser: xpdf.xpdf.h.Stream
o.Parser: @.h.aconf
o.Parser: xpdf.goo.h.gtypes
o.Parser: xpdf.xpdf.h.Object
o.Parser: xpdf.xpdf.h.Array
o.Parser: xpdf.xpdf.h.Dict
o.Parser: xpdf.xpdf.h.Parser
o.Parser: @.h.aconf
o.Parser: xpdf.xpdf.h.Lexer
o.Parser: @.h.aconf
o.Parser: xpdf.xpdf.h.Object
o.Parser: xpdf.xpdf.h.Stream
o.Parser: xpdf.xpdf.h.XRef
o.Parser: @.h.aconf
o.Parser: xpdf.goo.h.gtypes
o.Parser: xpdf.xpdf.h.Object
o.Parser: xpdf.xpdf.h.Error
o.Parser: @.h.aconf
o.Parser: xpdf.xpdf.h.config
o.Parser: xpdf.xpdf.h.Decrypt
o.Parser: @.h.aconf
o.Parser: xpdf.goo.h.gtypes
o.Parser: xpdf.goo.h.GString
o.BuiltinFont: xpdf.xpdf.c++.BuiltinFont
o.BuiltinFont: @.h.aconf
o.BuiltinFont: xpdf.goo.h.gmem
o.BuiltinFont: xpdf.xpdf.h.FontEncodingTables
o.BuiltinFont: xpdf.xpdf.h.BuiltinFont
o.BuiltinFont: @.h.aconf
o.BuiltinFont: xpdf.goo.h.gtypes
o.gmem: xpdf.goo.c.gmem
o.gmem: @.h.aconf
o.gmem: xpdf.goo.h.gmem
o.Array: xpdf.xpdf.c++.Array
o.Array: @.h.aconf
o.Array: xpdf.goo.h.gmem
o.Array: xpdf.xpdf.h.Object
o.Array: @.h.aconf
o.Array: xpdf.goo.h.gtypes
o.Array: xpdf.goo.h.gmem
o.Array: xpdf.goo.h.GString
o.Array: @.h.aconf
o.Array: xpdf.xpdf.h.Array
o.Array: @.h.aconf
o.Array: xpdf.xpdf.h.Object
o.Array: xpdf.xpdf.h.Dict
o.Array: @.h.aconf
o.Array: xpdf.xpdf.h.Object
o.Array: xpdf.xpdf.h.Stream
o.Array: @.h.aconf
o.Array: xpdf.goo.h.gtypes
o.Array: xpdf.xpdf.h.Object
o.Array: xpdf.xpdf.h.Array
o.Error: xpdf.xpdf.c++.Error
o.Error: @.h.aconf
o.Error: xpdf.xpdf.h.GlobalParams
o.Error: @.h.aconf
o.Error: xpdf.goo.h.gtypes
o.Error: xpdf.xpdf.h.CharTypes
o.Error: xpdf.xpdf.h.Error
o.Error: @.h.aconf
o.Error: xpdf.xpdf.h.config
o.CMap: xpdf.xpdf.c++.CMap
o.CMap: @.h.aconf
o.CMap: xpdf.goo.h.gmem
o.CMap: @.h.gfile
o.CMap: xpdf.goo.h.gtypes
o.CMap: xpdf.goo.h.GString
o.CMap: @.h.aconf
o.CMap: xpdf.xpdf.h.Error
o.CMap: @.h.aconf
o.CMap: xpdf.xpdf.h.config
o.CMap: xpdf.xpdf.h.GlobalParams
o.CMap: @.h.aconf
o.CMap: xpdf.goo.h.gtypes
o.CMap: xpdf.xpdf.h.CharTypes
o.CMap: xpdf.xpdf.h.PSTokenizer
o.CMap: @.h.aconf
o.CMap: xpdf.goo.h.gtypes
o.CMap: xpdf.xpdf.h.CMap
o.CMap: @.h.aconf
o.CMap: xpdf.goo.h.gtypes
o.CMap: xpdf.xpdf.h.CharTypes
o.Function: xpdf.xpdf.c++.Function
o.Function: @.h.aconf
o.Function: xpdf.goo.h.gmem
o.Function: xpdf.xpdf.h.Object
o.Function: @.h.aconf
o.Function: xpdf.goo.h.gtypes
o.Function: xpdf.goo.h.gmem
o.Function: xpdf.goo.h.GString
o.Function: @.h.aconf
o.Function: xpdf.xpdf.h.Array
o.Function: @.h.aconf
o.Function: xpdf.xpdf.h.Object
o.Function: xpdf.xpdf.h.Dict
o.Function: @.h.aconf
o.Function: xpdf.xpdf.h.Object
o.Function: xpdf.xpdf.h.Stream
o.Function: @.h.aconf
o.Function: xpdf.goo.h.gtypes
o.Function: xpdf.xpdf.h.Object
o.Function: xpdf.xpdf.h.Dict
o.Function: xpdf.xpdf.h.Stream
o.Function: xpdf.xpdf.h.Error
o.Function: @.h.aconf
o.Function: xpdf.xpdf.h.config
o.Function: xpdf.xpdf.h.Function
o.Function: @.h.aconf
o.Function: xpdf.goo.h.gtypes
o.Function: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.c++.pdffonts
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.goo.h.parseargs
o.pdffonts: xpdf.goo.h.gtypes
o.pdffonts: xpdf.goo.h.GString
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.goo.h.gmem
o.pdffonts: xpdf.xpdf.h.GlobalParams
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.goo.h.gtypes
o.pdffonts: xpdf.xpdf.h.CharTypes
o.pdffonts: xpdf.xpdf.h.Error
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.config
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.goo.h.gtypes
o.pdffonts: xpdf.goo.h.gmem
o.pdffonts: xpdf.goo.h.GString
o.pdffonts: xpdf.xpdf.h.Array
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.h.Dict
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.h.Stream
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.goo.h.gtypes
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.h.Dict
o.pdffonts: xpdf.xpdf.h.GfxFont
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.goo.h.gtypes
o.pdffonts: xpdf.goo.h.GString
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.h.CharTypes
o.pdffonts: xpdf.xpdf.h.Annot
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.PDFDoc
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.XRef
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.goo.h.gtypes
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.h.Link
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.h.Catalog
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.Page
o.pdffonts: @.h.aconf
o.pdffonts: xpdf.xpdf.h.Object
o.pdffonts: xpdf.xpdf.h.config
o.pdfinfo: xpdf.xpdf.c++.pdfinfo
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.goo.h.parseargs
o.pdfinfo: xpdf.goo.h.gtypes
o.pdfinfo: xpdf.goo.h.GString
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.goo.h.gmem
o.pdfinfo: xpdf.xpdf.h.GlobalParams
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.goo.h.gtypes
o.pdfinfo: xpdf.xpdf.h.CharTypes
o.pdfinfo: xpdf.xpdf.h.Object
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.goo.h.gtypes
o.pdfinfo: xpdf.goo.h.gmem
o.pdfinfo: xpdf.goo.h.GString
o.pdfinfo: xpdf.xpdf.h.Array
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.xpdf.h.Object
o.pdfinfo: xpdf.xpdf.h.Dict
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.xpdf.h.Object
o.pdfinfo: xpdf.xpdf.h.Stream
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.goo.h.gtypes
o.pdfinfo: xpdf.xpdf.h.Object
o.pdfinfo: xpdf.xpdf.h.Stream
o.pdfinfo: xpdf.xpdf.h.Array
o.pdfinfo: xpdf.xpdf.h.Dict
o.pdfinfo: xpdf.xpdf.h.XRef
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.goo.h.gtypes
o.pdfinfo: xpdf.xpdf.h.Object
o.pdfinfo: xpdf.xpdf.h.Catalog
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.xpdf.h.Page
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.xpdf.h.Object
o.pdfinfo: xpdf.xpdf.h.PDFDoc
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.xpdf.h.XRef
o.pdfinfo: xpdf.xpdf.h.Link
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.xpdf.h.Object
o.pdfinfo: xpdf.xpdf.h.Catalog
o.pdfinfo: xpdf.xpdf.h.Page
o.pdfinfo: xpdf.xpdf.h.CharTypes
o.pdfinfo: xpdf.xpdf.h.UnicodeMap
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.goo.h.gtypes
o.pdfinfo: xpdf.xpdf.h.CharTypes
o.pdfinfo: xpdf.xpdf.h.Error
o.pdfinfo: @.h.aconf
o.pdfinfo: xpdf.xpdf.h.config
o.pdfinfo: xpdf.xpdf.h.config
o.pdftops: xpdf.xpdf.c++.pdftops
o.pdftops: @.h.aconf
o.pdftops: xpdf.goo.h.parseargs
o.pdftops: xpdf.goo.h.gtypes
o.pdftops: xpdf.goo.h.GString
o.pdftops: @.h.aconf
o.pdftops: xpdf.goo.h.gmem
o.pdftops: xpdf.xpdf.h.GlobalParams
o.pdftops: @.h.aconf
o.pdftops: xpdf.goo.h.gtypes
o.pdftops: xpdf.xpdf.h.CharTypes
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: @.h.aconf
o.pdftops: xpdf.goo.h.gtypes
o.pdftops: xpdf.goo.h.gmem
o.pdftops: xpdf.goo.h.GString
o.pdftops: xpdf.xpdf.h.Array
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: xpdf.xpdf.h.Dict
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: xpdf.xpdf.h.Stream
o.pdftops: @.h.aconf
o.pdftops: xpdf.goo.h.gtypes
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: xpdf.xpdf.h.Stream
o.pdftops: xpdf.xpdf.h.Array
o.pdftops: xpdf.xpdf.h.Dict
o.pdftops: xpdf.xpdf.h.XRef
o.pdftops: @.h.aconf
o.pdftops: xpdf.goo.h.gtypes
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: xpdf.xpdf.h.Catalog
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.Page
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: xpdf.xpdf.h.PDFDoc
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.XRef
o.pdftops: xpdf.xpdf.h.Link
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: xpdf.xpdf.h.Catalog
o.pdftops: xpdf.xpdf.h.Page
o.pdftops: xpdf.xpdf.h.PSOutputDev
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.config
o.pdftops: xpdf.xpdf.h.Object
o.pdftops: xpdf.xpdf.h.GlobalParams
o.pdftops: xpdf.xpdf.h.OutputDev
o.pdftops: @.h.aconf
o.pdftops: xpdf.goo.h.gtypes
o.pdftops: xpdf.xpdf.h.CharTypes
o.pdftops: xpdf.xpdf.h.Error
o.pdftops: @.h.aconf
o.pdftops: xpdf.xpdf.h.config
o.pdftops: xpdf.xpdf.h.config
o.GHash: xpdf.goo.c++.GHash
o.GHash: @.h.aconf
o.GHash: xpdf.goo.h.gmem
o.GHash: xpdf.goo.h.GString
o.GHash: @.h.aconf
o.GHash: xpdf.goo.h.GHash
o.GHash: @.h.aconf
o.GHash: xpdf.goo.h.gtypes
o.parseargs: xpdf.goo.c.parseargs
o.parseargs: xpdf.goo.h.parseargs
o.parseargs: xpdf.goo.h.gtypes
o.Annot: xpdf.xpdf.c++.Annot
o.Annot: @.h.aconf
o.Annot: xpdf.goo.h.gmem
o.Annot: xpdf.xpdf.h.Object
o.Annot: @.h.aconf
o.Annot: xpdf.goo.h.gtypes
o.Annot: xpdf.goo.h.gmem
o.Annot: xpdf.goo.h.GString
o.Annot: @.h.aconf
o.Annot: xpdf.xpdf.h.Array
o.Annot: @.h.aconf
o.Annot: xpdf.xpdf.h.Object
o.Annot: xpdf.xpdf.h.Dict
o.Annot: @.h.aconf
o.Annot: xpdf.xpdf.h.Object
o.Annot: xpdf.xpdf.h.Stream
o.Annot: @.h.aconf
o.Annot: xpdf.goo.h.gtypes
o.Annot: xpdf.xpdf.h.Object
o.Annot: xpdf.xpdf.h.Gfx
o.Annot: @.h.aconf
o.Annot: xpdf.goo.h.gtypes
o.Annot: xpdf.xpdf.h.Annot
o.Annot: @.h.aconf
o.Catalog: xpdf.xpdf.c++.Catalog
o.Catalog: @.h.aconf
o.Catalog: xpdf.goo.h.gmem
o.Catalog: xpdf.xpdf.h.Object
o.Catalog: @.h.aconf
o.Catalog: xpdf.goo.h.gtypes
o.Catalog: xpdf.goo.h.gmem
o.Catalog: xpdf.goo.h.GString
o.Catalog: @.h.aconf
o.Catalog: xpdf.xpdf.h.Array
o.Catalog: @.h.aconf
o.Catalog: xpdf.xpdf.h.Object
o.Catalog: xpdf.xpdf.h.Dict
o.Catalog: @.h.aconf
o.Catalog: xpdf.xpdf.h.Object
o.Catalog: xpdf.xpdf.h.Stream
o.Catalog: @.h.aconf
o.Catalog: xpdf.goo.h.gtypes
o.Catalog: xpdf.xpdf.h.Object
o.Catalog: xpdf.xpdf.h.XRef
o.Catalog: @.h.aconf
o.Catalog: xpdf.goo.h.gtypes
o.Catalog: xpdf.xpdf.h.Object
o.Catalog: xpdf.xpdf.h.Array
o.Catalog: xpdf.xpdf.h.Dict
o.Catalog: xpdf.xpdf.h.Page
o.Catalog: @.h.aconf
o.Catalog: xpdf.xpdf.h.Object
o.Catalog: xpdf.xpdf.h.Error
o.Catalog: @.h.aconf
o.Catalog: xpdf.xpdf.h.config
o.Catalog: xpdf.xpdf.h.Link
o.Catalog: @.h.aconf
o.Catalog: xpdf.xpdf.h.Object
o.Catalog: xpdf.xpdf.h.Catalog
o.Catalog: @.h.aconf
o.Decrypt: xpdf.xpdf.c++.Decrypt
o.Decrypt: @.h.aconf
o.Decrypt: xpdf.goo.h.gmem
o.Decrypt: xpdf.xpdf.h.Decrypt
o.Decrypt: @.h.aconf
o.Decrypt: xpdf.goo.h.gtypes
o.Decrypt: xpdf.goo.h.GString
o.Decrypt: @.h.aconf
o.Dict: xpdf.xpdf.c++.Dict
o.Dict: @.h.aconf
o.Dict: xpdf.goo.h.gmem
o.Dict: xpdf.xpdf.h.Object
o.Dict: @.h.aconf
o.Dict: xpdf.goo.h.gtypes
o.Dict: xpdf.goo.h.gmem
o.Dict: xpdf.goo.h.GString
o.Dict: @.h.aconf
o.Dict: xpdf.xpdf.h.Array
o.Dict: @.h.aconf
o.Dict: xpdf.xpdf.h.Object
o.Dict: xpdf.xpdf.h.Dict
o.Dict: @.h.aconf
o.Dict: xpdf.xpdf.h.Object
o.Dict: xpdf.xpdf.h.Stream
o.Dict: @.h.aconf
o.Dict: xpdf.goo.h.gtypes
o.Dict: xpdf.xpdf.h.Object
o.Dict: xpdf.xpdf.h.XRef
o.Dict: @.h.aconf
o.Dict: xpdf.goo.h.gtypes
o.Dict: xpdf.xpdf.h.Object
o.Dict: xpdf.xpdf.h.Dict
o.ImageOutputDev: xpdf.xpdf.c++.ImageOutputDev
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.goo.h.gmem
o.ImageOutputDev: xpdf.xpdf.h.config
o.ImageOutputDev: xpdf.xpdf.h.Error
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.xpdf.h.config
o.ImageOutputDev: xpdf.xpdf.h.GfxState
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.goo.h.gtypes
o.ImageOutputDev: xpdf.xpdf.h.Object
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.goo.h.gtypes
o.ImageOutputDev: xpdf.goo.h.gmem
o.ImageOutputDev: xpdf.goo.h.GString
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.xpdf.h.Array
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.xpdf.h.Object
o.ImageOutputDev: xpdf.xpdf.h.Dict
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.xpdf.h.Object
o.ImageOutputDev: xpdf.xpdf.h.Stream
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.goo.h.gtypes
o.ImageOutputDev: xpdf.xpdf.h.Object
o.ImageOutputDev: xpdf.xpdf.h.Function
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.goo.h.gtypes
o.ImageOutputDev: xpdf.xpdf.h.Object
o.ImageOutputDev: xpdf.xpdf.h.Object
o.ImageOutputDev: xpdf.xpdf.h.Stream
o.ImageOutputDev: xpdf.xpdf.h.ImageOutputDev
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.goo.h.gtypes
o.ImageOutputDev: xpdf.xpdf.h.OutputDev
o.ImageOutputDev: @.h.aconf
o.ImageOutputDev: xpdf.goo.h.gtypes
o.ImageOutputDev: xpdf.xpdf.h.CharTypes
o.Lexer: xpdf.xpdf.c++.Lexer
o.Lexer: @.h.aconf
o.Lexer: xpdf.xpdf.h.Lexer
o.Lexer: @.h.aconf
o.Lexer: xpdf.xpdf.h.Object
o.Lexer: @.h.aconf
o.Lexer: xpdf.goo.h.gtypes
o.Lexer: xpdf.goo.h.gmem
o.Lexer: xpdf.goo.h.GString
o.Lexer: @.h.aconf
o.Lexer: xpdf.xpdf.h.Array
o.Lexer: @.h.aconf
o.Lexer: xpdf.xpdf.h.Object
o.Lexer: xpdf.xpdf.h.Dict
o.Lexer: @.h.aconf
o.Lexer: xpdf.xpdf.h.Object
o.Lexer: xpdf.xpdf.h.Stream
o.Lexer: @.h.aconf
o.Lexer: xpdf.goo.h.gtypes
o.Lexer: xpdf.xpdf.h.Object
o.Lexer: xpdf.xpdf.h.Stream
o.Lexer: xpdf.xpdf.h.Error
o.Lexer: @.h.aconf
o.Lexer: xpdf.xpdf.h.config
o.Link: xpdf.xpdf.c++.Link
o.Link: @.h.aconf
o.Link: xpdf.goo.h.gmem
o.Link: xpdf.goo.h.GString
o.Link: @.h.aconf
o.Link: xpdf.xpdf.h.Error
o.Link: @.h.aconf
o.Link: xpdf.xpdf.h.config
o.Link: xpdf.xpdf.h.Object
o.Link: @.h.aconf
o.Link: xpdf.goo.h.gtypes
o.Link: xpdf.goo.h.gmem
o.Link: xpdf.goo.h.GString
o.Link: xpdf.xpdf.h.Array
o.Link: @.h.aconf
o.Link: xpdf.xpdf.h.Object
o.Link: xpdf.xpdf.h.Dict
o.Link: @.h.aconf
o.Link: xpdf.xpdf.h.Object
o.Link: xpdf.xpdf.h.Stream
o.Link: @.h.aconf
o.Link: xpdf.goo.h.gtypes
o.Link: xpdf.xpdf.h.Object
o.Link: xpdf.xpdf.h.Array
o.Link: xpdf.xpdf.h.Dict
o.Link: xpdf.xpdf.h.Link
o.Link: @.h.aconf
o.Link: xpdf.xpdf.h.Object
o.Object: xpdf.xpdf.c++.Object
o.Object: @.h.aconf
o.Object: xpdf.xpdf.h.Object
o.Object: @.h.aconf
o.Object: xpdf.goo.h.gtypes
o.Object: xpdf.goo.h.gmem
o.Object: xpdf.goo.h.GString
o.Object: @.h.aconf
o.Object: xpdf.xpdf.h.Array
o.Object: @.h.aconf
o.Object: xpdf.xpdf.h.Object
o.Object: xpdf.xpdf.h.Dict
o.Object: @.h.aconf
o.Object: xpdf.xpdf.h.Object
o.Object: xpdf.xpdf.h.Stream
o.Object: @.h.aconf
o.Object: xpdf.goo.h.gtypes
o.Object: xpdf.xpdf.h.Object
o.Object: xpdf.xpdf.h.Array
o.Object: xpdf.xpdf.h.Dict
o.Object: xpdf.xpdf.h.Error
o.Object: @.h.aconf
o.Object: xpdf.xpdf.h.config
o.Object: xpdf.xpdf.h.Stream
o.Object: xpdf.xpdf.h.XRef
o.Object: @.h.aconf
o.Object: xpdf.goo.h.gtypes
o.Object: xpdf.xpdf.h.Object
o.OutputDev: xpdf.xpdf.c++.OutputDev
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.xpdf.h.Object
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.goo.h.gtypes
o.OutputDev: xpdf.goo.h.gmem
o.OutputDev: xpdf.goo.h.GString
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.xpdf.h.Array
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.xpdf.h.Object
o.OutputDev: xpdf.xpdf.h.Dict
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.xpdf.h.Object
o.OutputDev: xpdf.xpdf.h.Stream
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.goo.h.gtypes
o.OutputDev: xpdf.xpdf.h.Object
o.OutputDev: xpdf.xpdf.h.Stream
o.OutputDev: xpdf.xpdf.h.GfxState
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.goo.h.gtypes
o.OutputDev: xpdf.xpdf.h.Object
o.OutputDev: xpdf.xpdf.h.Function
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.goo.h.gtypes
o.OutputDev: xpdf.xpdf.h.Object
o.OutputDev: xpdf.xpdf.h.OutputDev
o.OutputDev: @.h.aconf
o.OutputDev: xpdf.goo.h.gtypes
o.OutputDev: xpdf.xpdf.h.CharTypes
o.Page: xpdf.xpdf.c++.Page
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.GlobalParams
o.Page: @.h.aconf
o.Page: xpdf.goo.h.gtypes
o.Page: xpdf.xpdf.h.CharTypes
o.Page: xpdf.xpdf.h.Object
o.Page: @.h.aconf
o.Page: xpdf.goo.h.gtypes
o.Page: xpdf.goo.h.gmem
o.Page: xpdf.goo.h.GString
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.Array
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.Object
o.Page: xpdf.xpdf.h.Dict
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.Object
o.Page: xpdf.xpdf.h.Stream
o.Page: @.h.aconf
o.Page: xpdf.goo.h.gtypes
o.Page: xpdf.xpdf.h.Object
o.Page: xpdf.xpdf.h.Array
o.Page: xpdf.xpdf.h.Dict
o.Page: xpdf.xpdf.h.XRef
o.Page: @.h.aconf
o.Page: xpdf.goo.h.gtypes
o.Page: xpdf.xpdf.h.Object
o.Page: xpdf.xpdf.h.Link
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.Object
o.Page: xpdf.xpdf.h.OutputDev
o.Page: @.h.aconf
o.Page: xpdf.goo.h.gtypes
o.Page: xpdf.xpdf.h.CharTypes
o.Page: xpdf.xpdf.h.Gfx
o.Page: @.h.aconf
o.Page: xpdf.goo.h.gtypes
o.Page: xpdf.xpdf.h.Annot
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.Error
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.config
o.Page: xpdf.xpdf.h.Page
o.Page: @.h.aconf
o.Page: xpdf.xpdf.h.Object
o.PDFDoc: xpdf.xpdf.c++.PDFDoc
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.goo.h.GString
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.config
o.PDFDoc: xpdf.xpdf.h.GlobalParams
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.goo.h.gtypes
o.PDFDoc: xpdf.xpdf.h.CharTypes
o.PDFDoc: xpdf.xpdf.h.Page
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.Object
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.goo.h.gtypes
o.PDFDoc: xpdf.goo.h.gmem
o.PDFDoc: xpdf.goo.h.GString
o.PDFDoc: xpdf.xpdf.h.Array
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.Object
o.PDFDoc: xpdf.xpdf.h.Dict
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.Object
o.PDFDoc: xpdf.xpdf.h.Stream
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.goo.h.gtypes
o.PDFDoc: xpdf.xpdf.h.Object
o.PDFDoc: xpdf.xpdf.h.Catalog
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.Stream
o.PDFDoc: xpdf.xpdf.h.XRef
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.goo.h.gtypes
o.PDFDoc: xpdf.xpdf.h.Object
o.PDFDoc: xpdf.xpdf.h.Link
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.Object
o.PDFDoc: xpdf.xpdf.h.OutputDev
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.goo.h.gtypes
o.PDFDoc: xpdf.xpdf.h.CharTypes
o.PDFDoc: xpdf.xpdf.h.Error
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.config
o.PDFDoc: xpdf.xpdf.h.ErrorCodes
o.PDFDoc: xpdf.xpdf.h.Lexer
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.Object
o.PDFDoc: xpdf.xpdf.h.Stream
o.PDFDoc: xpdf.xpdf.h.Parser
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.Lexer
o.PDFDoc: xpdf.xpdf.h.PDFDoc
o.PDFDoc: @.h.aconf
o.PDFDoc: xpdf.xpdf.h.XRef
o.PDFDoc: xpdf.xpdf.h.Link
o.PDFDoc: xpdf.xpdf.h.Catalog
o.PDFDoc: xpdf.xpdf.h.Page
o.PSOutputDev: xpdf.xpdf.c++.PSOutputDev
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.GString
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.config
o.PSOutputDev: xpdf.xpdf.h.GlobalParams
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.xpdf.h.CharTypes
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.goo.h.gmem
o.PSOutputDev: xpdf.goo.h.GString
o.PSOutputDev: xpdf.xpdf.h.Array
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.Dict
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.Stream
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.Error
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.config
o.PSOutputDev: xpdf.xpdf.h.Function
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.Gfx
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.xpdf.h.GfxState
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.Function
o.PSOutputDev: xpdf.xpdf.h.GfxFont
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.goo.h.GString
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.CharTypes
o.PSOutputDev: xpdf.xpdf.h.CharCodeToUnicode
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.CharTypes
o.PSOutputDev: xpdf.xpdf.h.UnicodeMap
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.xpdf.h.CharTypes
o.PSOutputDev: xpdf.xpdf.h.FontFile
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.goo.h.GString
o.PSOutputDev: xpdf.xpdf.h.CharTypes
o.PSOutputDev: xpdf.xpdf.h.Catalog
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.Page
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.Stream
o.PSOutputDev: xpdf.xpdf.h.Annot
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.PSOutputDev
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.xpdf.h.config
o.PSOutputDev: xpdf.xpdf.h.Object
o.PSOutputDev: xpdf.xpdf.h.GlobalParams
o.PSOutputDev: xpdf.xpdf.h.OutputDev
o.PSOutputDev: @.h.aconf
o.PSOutputDev: xpdf.goo.h.gtypes
o.PSOutputDev: xpdf.xpdf.h.CharTypes
o.TextOutputDev: xpdf.xpdf.c++.TextOutputDev
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gmem
o.TextOutputDev: xpdf.goo.h.GString
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.GList
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.config
o.TextOutputDev: xpdf.xpdf.h.Error
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.xpdf.h.config
o.TextOutputDev: xpdf.xpdf.h.GlobalParams
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.CharTypes
o.TextOutputDev: xpdf.xpdf.h.UnicodeMap
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.CharTypes
o.TextOutputDev: xpdf.xpdf.h.GfxState
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.Object
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.goo.h.gmem
o.TextOutputDev: xpdf.goo.h.GString
o.TextOutputDev: xpdf.xpdf.h.Array
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.xpdf.h.Object
o.TextOutputDev: xpdf.xpdf.h.Dict
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.xpdf.h.Object
o.TextOutputDev: xpdf.xpdf.h.Stream
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.Object
o.TextOutputDev: xpdf.xpdf.h.Function
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.Object
o.TextOutputDev: xpdf.xpdf.h.TextOutputDev
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.GfxFont
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.goo.h.GString
o.TextOutputDev: xpdf.xpdf.h.Object
o.TextOutputDev: xpdf.xpdf.h.CharTypes
o.TextOutputDev: xpdf.xpdf.h.OutputDev
o.TextOutputDev: @.h.aconf
o.TextOutputDev: xpdf.goo.h.gtypes
o.TextOutputDev: xpdf.xpdf.h.CharTypes
o.XRef: xpdf.xpdf.c++.XRef
o.XRef: @.h.aconf
o.XRef: xpdf.goo.h.gmem
o.XRef: xpdf.xpdf.h.Object
o.XRef: @.h.aconf
o.XRef: xpdf.goo.h.gtypes
o.XRef: xpdf.goo.h.gmem
o.XRef: xpdf.goo.h.GString
o.XRef: @.h.aconf
o.XRef: xpdf.xpdf.h.Array
o.XRef: @.h.aconf
o.XRef: xpdf.xpdf.h.Object
o.XRef: xpdf.xpdf.h.Dict
o.XRef: @.h.aconf
o.XRef: xpdf.xpdf.h.Object
o.XRef: xpdf.xpdf.h.Stream
o.XRef: @.h.aconf
o.XRef: xpdf.goo.h.gtypes
o.XRef: xpdf.xpdf.h.Object
o.XRef: xpdf.xpdf.h.Stream
o.XRef: xpdf.xpdf.h.Lexer
o.XRef: @.h.aconf
o.XRef: xpdf.xpdf.h.Object
o.XRef: xpdf.xpdf.h.Stream
o.XRef: xpdf.xpdf.h.Parser
o.XRef: @.h.aconf
o.XRef: xpdf.xpdf.h.Lexer
o.XRef: xpdf.xpdf.h.Dict
o.XRef: xpdf.xpdf.h.Decrypt
o.XRef: @.h.aconf
o.XRef: xpdf.goo.h.gtypes
o.XRef: xpdf.goo.h.GString
o.XRef: xpdf.xpdf.h.Error
o.XRef: @.h.aconf
o.XRef: xpdf.xpdf.h.config
o.XRef: xpdf.xpdf.h.ErrorCodes
o.XRef: xpdf.xpdf.h.XRef
o.XRef: @.h.aconf
o.XRef: xpdf.goo.h.gtypes
o.XRef: xpdf.xpdf.h.Object
o.BuiltinFontTables: xpdf.xpdf.c++.BuiltinFontTables
o.BuiltinFontTables: @.h.aconf
o.BuiltinFontTables: xpdf.xpdf.h.FontEncodingTables
o.BuiltinFontTables: xpdf.xpdf.h.BuiltinFontTables
o.BuiltinFontTables: xpdf.xpdf.h.BuiltinFont
o.BuiltinFontTables: @.h.aconf
o.BuiltinFontTables: xpdf.goo.h.gtypes
o.NameToCharCode: xpdf.xpdf.c++.NameToCharCode
o.NameToCharCode: @.h.aconf
o.NameToCharCode: xpdf.goo.h.gmem
o.NameToCharCode: xpdf.xpdf.h.NameToCharCode
o.NameToCharCode: @.h.aconf
o.NameToCharCode: xpdf.xpdf.h.CharTypes
o.JBIG2Stream: xpdf.xpdf.c++.JBIG2Stream
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.goo.h.GList
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.goo.h.gtypes
o.JBIG2Stream: xpdf.xpdf.h.Error
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.xpdf.h.config
o.JBIG2Stream: xpdf.xpdf.h.JBIG2Stream
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.goo.h.gtypes
o.JBIG2Stream: xpdf.xpdf.h.Object
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.goo.h.gtypes
o.JBIG2Stream: xpdf.goo.h.gmem
o.JBIG2Stream: xpdf.goo.h.GString
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.xpdf.h.Array
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.xpdf.h.Object
o.JBIG2Stream: xpdf.xpdf.h.Dict
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.xpdf.h.Object
o.JBIG2Stream: xpdf.xpdf.h.Stream
o.JBIG2Stream: @.h.aconf
o.JBIG2Stream: xpdf.goo.h.gtypes
o.JBIG2Stream: xpdf.xpdf.h.Object
o.JBIG2Stream: xpdf.xpdf.h.Stream
o.JBIG2Stream: xpdf.xpdf.h.Stream-CCITT
o.pdftotext: xpdf.xpdf.c++.pdftotext
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.parseargs
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.goo.h.GString
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gmem
o.pdftotext: xpdf.xpdf.h.GlobalParams
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.xpdf.h.CharTypes
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.goo.h.gmem
o.pdftotext: xpdf.goo.h.GString
o.pdftotext: xpdf.xpdf.h.Array
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: xpdf.xpdf.h.Dict
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: xpdf.xpdf.h.Stream
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: xpdf.xpdf.h.Stream
o.pdftotext: xpdf.xpdf.h.Array
o.pdftotext: xpdf.xpdf.h.Dict
o.pdftotext: xpdf.xpdf.h.XRef
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: xpdf.xpdf.h.Catalog
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.xpdf.h.Page
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: xpdf.xpdf.h.PDFDoc
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.xpdf.h.XRef
o.pdftotext: xpdf.xpdf.h.Link
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: xpdf.xpdf.h.Catalog
o.pdftotext: xpdf.xpdf.h.Page
o.pdftotext: xpdf.xpdf.h.TextOutputDev
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.xpdf.h.GfxFont
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.goo.h.GString
o.pdftotext: xpdf.xpdf.h.Object
o.pdftotext: xpdf.xpdf.h.CharTypes
o.pdftotext: xpdf.xpdf.h.OutputDev
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.xpdf.h.CharTypes
o.pdftotext: xpdf.xpdf.h.CharTypes
o.pdftotext: xpdf.xpdf.h.UnicodeMap
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.goo.h.gtypes
o.pdftotext: xpdf.xpdf.h.CharTypes
o.pdftotext: xpdf.xpdf.h.Error
o.pdftotext: @.h.aconf
o.pdftotext: xpdf.xpdf.h.config
o.pdftotext: xpdf.xpdf.h.config
o.GfxFont: c++.GfxFont
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gmem
o.GfxFont: xpdf.xpdf.h.Error
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.xpdf.h.config
o.GfxFont: xpdf.xpdf.h.Object
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gtypes
o.GfxFont: xpdf.goo.h.gmem
o.GfxFont: xpdf.goo.h.GString
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.xpdf.h.Array
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.xpdf.h.Object
o.GfxFont: xpdf.xpdf.h.Dict
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.xpdf.h.Object
o.GfxFont: xpdf.xpdf.h.Stream
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gtypes
o.GfxFont: xpdf.xpdf.h.Object
o.GfxFont: xpdf.xpdf.h.Dict
o.GfxFont: xpdf.xpdf.h.GlobalParams
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gtypes
o.GfxFont: xpdf.xpdf.h.CharTypes
o.GfxFont: xpdf.xpdf.h.CMap
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gtypes
o.GfxFont: xpdf.xpdf.h.CharTypes
o.GfxFont: xpdf.xpdf.h.CharCodeToUnicode
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.xpdf.h.CharTypes
o.GfxFont: xpdf.xpdf.h.FontEncodingTables
o.GfxFont: xpdf.xpdf.h.BuiltinFontTables
o.GfxFont: xpdf.xpdf.h.BuiltinFont
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gtypes
o.GfxFont: xpdf.xpdf.h.FontFile
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gtypes
o.GfxFont: xpdf.goo.h.GString
o.GfxFont: xpdf.xpdf.h.CharTypes
o.GfxFont: xpdf.xpdf.h.GfxFont
o.GfxFont: @.h.aconf
o.GfxFont: xpdf.goo.h.gtypes
o.GfxFont: xpdf.goo.h.GString
o.GfxFont: xpdf.xpdf.h.Object
o.GfxFont: xpdf.xpdf.h.CharTypes
o.GfxState: c++.GfxState
o.GfxState: @.h.aconf
o.GfxState: xpdf.goo.h.gmem
o.GfxState: xpdf.xpdf.h.Error
o.GfxState: @.h.aconf
o.GfxState: xpdf.xpdf.h.config
o.GfxState: xpdf.xpdf.h.Object
o.GfxState: @.h.aconf
o.GfxState: xpdf.goo.h.gtypes
o.GfxState: xpdf.goo.h.gmem
o.GfxState: xpdf.goo.h.GString
o.GfxState: @.h.aconf
o.GfxState: xpdf.xpdf.h.Array
o.GfxState: @.h.aconf
o.GfxState: xpdf.xpdf.h.Object
o.GfxState: xpdf.xpdf.h.Dict
o.GfxState: @.h.aconf
o.GfxState: xpdf.xpdf.h.Object
o.GfxState: xpdf.xpdf.h.Stream
o.GfxState: @.h.aconf
o.GfxState: xpdf.goo.h.gtypes
o.GfxState: xpdf.xpdf.h.Object
o.GfxState: xpdf.xpdf.h.Array
o.GfxState: xpdf.xpdf.h.Page
o.GfxState: @.h.aconf
o.GfxState: xpdf.xpdf.h.Object
o.GfxState: xpdf.xpdf.h.GfxState
o.GfxState: @.h.aconf
o.GfxState: xpdf.goo.h.gtypes
o.GfxState: xpdf.xpdf.h.Object
o.GfxState: xpdf.xpdf.h.Function
o.GfxState: @.h.aconf
o.GfxState: xpdf.goo.h.gtypes
o.GfxState: xpdf.xpdf.h.Object
o.Fontfile: c++.Fontfile
o.Fontfile: @.h.aconf
o.Fontfile: xpdf.goo.h.gmem
o.Fontfile: xpdf.xpdf.h.Error
o.Fontfile: @.h.aconf
o.Fontfile: xpdf.xpdf.h.config
o.Fontfile: xpdf.xpdf.h.GlobalParams
o.Fontfile: @.h.aconf
o.Fontfile: xpdf.goo.h.gtypes
o.Fontfile: xpdf.xpdf.h.CharTypes
o.Fontfile: xpdf.xpdf.h.CharCodeToUnicode
o.Fontfile: @.h.aconf
o.Fontfile: xpdf.xpdf.h.CharTypes
o.Fontfile: xpdf.xpdf.h.FontEncodingTables
o.Fontfile: xpdf.xpdf.h.FontFile
o.Fontfile: @.h.aconf
o.Fontfile: xpdf.goo.h.gtypes
o.Fontfile: xpdf.goo.h.GString
o.Fontfile: @.h.aconf
o.Fontfile: xpdf.xpdf.h.CharTypes
o.Fontfile: xpdf.xpdf.h.CompactFontTables
o.Stream: xpdf.xpdf.c++.Stream
o.Stream: @.h.aconf
o.Stream: TCPIPLibs:h.unistd
o.Stream: TCPIPLibs:sys.h.cdefs
o.Stream: TCPIPLibs:sys.h.types
o.Stream: TCPIPLibs:sys.h.cdefs
o.Stream: TCPIPLibs:machine.h.endian
o.Stream: TCPIPLibs:machine.h.ansi
o.Stream: TCPIPLibs:machine.h.types
o.Stream: TCPIPLibs:sys.h.unistd
o.Stream: TCPIPLibs:sys.h._posix
o.Stream: xpdf.goo.h.gmem
o.Stream: @.h.gfile
o.Stream: xpdf.goo.h.gtypes
o.Stream: xpdf.xpdf.h.config
o.Stream: xpdf.xpdf.h.Error
o.Stream: @.h.aconf
o.Stream: xpdf.xpdf.h.config
o.Stream: xpdf.xpdf.h.Object
o.Stream: @.h.aconf
o.Stream: xpdf.goo.h.gtypes
o.Stream: xpdf.goo.h.gmem
o.Stream: xpdf.goo.h.GString
o.Stream: @.h.aconf
o.Stream: xpdf.xpdf.h.Array
o.Stream: @.h.aconf
o.Stream: xpdf.xpdf.h.Object
o.Stream: xpdf.xpdf.h.Dict
o.Stream: @.h.aconf
o.Stream: xpdf.xpdf.h.Object
o.Stream: xpdf.xpdf.h.Stream
o.Stream: @.h.aconf
o.Stream: xpdf.goo.h.gtypes
o.Stream: xpdf.xpdf.h.Object
o.Stream: xpdf.xpdf.h.Decrypt
o.Stream: @.h.aconf
o.Stream: xpdf.goo.h.gtypes
o.Stream: xpdf.goo.h.GString
o.Stream: xpdf.xpdf.h.Stream
o.Stream: xpdf.xpdf.h.JBIG2Stream
o.Stream: @.h.aconf
o.Stream: xpdf.goo.h.gtypes
o.Stream: xpdf.xpdf.h.Object
o.Stream: xpdf.xpdf.h.Stream
o.Stream: xpdf.xpdf.h.Stream-CCITT
o.CharCodeToUnicode: xpdf.xpdf.c++.CharCodeToUnicode
o.CharCodeToUnicode: @.h.aconf
o.CharCodeToUnicode: xpdf.goo.h.gmem
o.CharCodeToUnicode: @.h.gfile
o.CharCodeToUnicode: xpdf.goo.h.gtypes
o.CharCodeToUnicode: xpdf.goo.h.GString
o.CharCodeToUnicode: @.h.aconf
o.CharCodeToUnicode: xpdf.xpdf.h.Error
o.CharCodeToUnicode: @.h.aconf
o.CharCodeToUnicode: xpdf.xpdf.h.config
o.CharCodeToUnicode: xpdf.xpdf.h.GlobalParams
o.CharCodeToUnicode: @.h.aconf
o.CharCodeToUnicode: xpdf.goo.h.gtypes
o.CharCodeToUnicode: xpdf.xpdf.h.CharTypes
o.CharCodeToUnicode: xpdf.xpdf.h.PSTokenizer
o.CharCodeToUnicode: @.h.aconf
o.CharCodeToUnicode: xpdf.goo.h.gtypes
o.CharCodeToUnicode: xpdf.xpdf.h.CharCodeToUnicode
o.CharCodeToUnicode: @.h.aconf
o.CharCodeToUnicode: xpdf.xpdf.h.CharTypes
o.GlobalParams: xpdf.xpdf.c++.GlobalParams
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.gmem
o.GlobalParams: xpdf.goo.h.GString
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.GList
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.gtypes
o.GlobalParams: xpdf.goo.h.GHash
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.gtypes
o.GlobalParams: @.h.gfile
o.GlobalParams: xpdf.goo.h.gtypes
o.GlobalParams: xpdf.xpdf.h.Error
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.xpdf.h.config
o.GlobalParams: xpdf.xpdf.h.NameToCharCode
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.xpdf.h.CharTypes
o.GlobalParams: xpdf.xpdf.h.CharCodeToUnicode
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.xpdf.h.CharTypes
o.GlobalParams: xpdf.xpdf.h.UnicodeMap
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.gtypes
o.GlobalParams: xpdf.xpdf.h.CharTypes
o.GlobalParams: xpdf.xpdf.h.CMap
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.gtypes
o.GlobalParams: xpdf.xpdf.h.CharTypes
o.GlobalParams: xpdf.xpdf.h.BuiltinFontTables
o.GlobalParams: xpdf.xpdf.h.BuiltinFont
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.gtypes
o.GlobalParams: xpdf.xpdf.h.FontEncodingTables
o.GlobalParams: xpdf.xpdf.h.GlobalParams
o.GlobalParams: @.h.aconf
o.GlobalParams: xpdf.goo.h.gtypes
o.GlobalParams: xpdf.xpdf.h.CharTypes
o.GlobalParams: @.h.NameToUnicodeTable
o.GlobalParams: xpdf.xpdf.h.UnicodeMapTables
o.GlobalParams: xpdf.xpdf.h.DisplayFontTable
o.GlobalParams: xpdf.xpdf.h.UTF8
o.UnicodeMap: xpdf.xpdf.c++.UnicodeMap
o.UnicodeMap: @.h.aconf
o.UnicodeMap: xpdf.goo.h.gmem
o.UnicodeMap: @.h.gfile
o.UnicodeMap: xpdf.goo.h.gtypes
o.UnicodeMap: xpdf.goo.h.GString
o.UnicodeMap: @.h.aconf
o.UnicodeMap: xpdf.goo.h.GList
o.UnicodeMap: @.h.aconf
o.UnicodeMap: xpdf.goo.h.gtypes
o.UnicodeMap: xpdf.xpdf.h.Error
o.UnicodeMap: @.h.aconf
o.UnicodeMap: xpdf.xpdf.h.config
o.UnicodeMap: xpdf.xpdf.h.GlobalParams
o.UnicodeMap: @.h.aconf
o.UnicodeMap: xpdf.goo.h.gtypes
o.UnicodeMap: xpdf.xpdf.h.CharTypes
o.UnicodeMap: xpdf.xpdf.h.UnicodeMap
o.UnicodeMap: @.h.aconf
o.UnicodeMap: xpdf.goo.h.gtypes
o.UnicodeMap: xpdf.xpdf.h.CharTypes
o.Gfx: c++.Gfx
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gmem
o.Gfx: xpdf.xpdf.h.GlobalParams
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes
o.Gfx: xpdf.xpdf.h.CharTypes
o.Gfx: xpdf.xpdf.h.CharTypes
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes
o.Gfx: xpdf.goo.h.gmem
o.Gfx: xpdf.goo.h.GString
o.Gfx: @.h.aconf
o.Gfx: xpdf.xpdf.h.Array
o.Gfx: @.h.aconf
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.Dict
o.Gfx: @.h.aconf
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.Stream
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.Array
o.Gfx: xpdf.xpdf.h.Dict
o.Gfx: xpdf.xpdf.h.Stream
o.Gfx: xpdf.xpdf.h.Lexer
o.Gfx: @.h.aconf
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.Stream
o.Gfx: xpdf.xpdf.h.Parser
o.Gfx: @.h.aconf
o.Gfx: xpdf.xpdf.h.Lexer
o.Gfx: xpdf.xpdf.h.GfxFont
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes
o.Gfx: xpdf.goo.h.GString
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.CharTypes
o.Gfx: xpdf.xpdf.h.GfxState
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.Function
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.OutputDev
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes
o.Gfx: xpdf.xpdf.h.CharTypes
o.Gfx: xpdf.xpdf.h.Page
o.Gfx: @.h.aconf
o.Gfx: xpdf.xpdf.h.Object
o.Gfx: xpdf.xpdf.h.Error
o.Gfx: @.h.aconf
o.Gfx: xpdf.xpdf.h.config
o.Gfx: xpdf.xpdf.h.Gfx
o.Gfx: @.h.aconf
o.Gfx: xpdf.goo.h.gtypes